@font-face {
  font-family: 'cityFont';
  src: url('../font/city.TTF');
  src: url('../font/city.eot?#font-spider') format('embedded-opentype'), url('../font/city.woff') format('woff'), url('../font/city.ttf') format('truetype'), url('../font/city.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc !important;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc !important;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc !important;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc !important;
}
body {
  background: #F5F5F6;
}
body .main {
  width: 1000px;
  margin: 0 auto 25px;
  position: relative;
  top: -50px;
  background: #fff;
  border: 1px solid #F4E9EF;
  -webkit-box-shadow: 5px 5px 16px -2px #B7B7B7;
  -moz-box-shadow: 5px 5px 16px -2px #B7B7B7;
  box-shadow: 5px 5px 16px -2px #B7B7B7;
  padding: 13px 0 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
body .main .section1 {
  text-align: right;
  padding: 0 40px 0 35px;
}
body .main .section1 a {
  display: inline-block;
  background: url("/images/web/registerProtocol1_03.png") 0 0 no-repeat;
  width: 115px;
  height: 23px;
  line-height: 23px;
  text-indent: 30px;
  font-size: 20px;
}
body .main .section2 {
  margin-top: 30px;
  padding: 0 40px 0 35px;
}
body .main .section2 .section2_title .section2_title_text {
  font-size: 24px;
  width: 170px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
body .main .section2 .section2_title .section2_title_line {
  width: 377.5px;
  border-top: 1px solid #999999;
  margin-top: 12px;
}
body .main .section3 {
  padding: 0 40px 0 35px;
  margin-top: 60px;
}
body .main .section3 table {
  width: 100%;
}
body .main .section3 table .tr1 {
  display: none;
}
body .main .section3 table .tr1.hover {
  display: table-row;
}
body .main .section3 table td {
  border: 0;
}
body .main .section3 table td input {
  width: 325px;
  height: 60px;
  line-height: 60px;
  text-indent: 65px;
  font-size: 16px;
  border: 1px solid #D2D2D2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  vertical-align: middle;
}
body .main .section3 table td .u_name {
  background: url("/images/web/login1_03.png") 20px center no-repeat;
}
body .main .section3 table td .u_pwd {
  background: url("/images/web/login1_11.png") 20px center no-repeat;
}
body .main .section3 table td .u_img_input {
  width: 215px;
  text-indent: 15px;
  margin: 25px 10px 0 302px;
  float: left;
}
body .main .section3 table td .u_img_code {
  width: 100px;
  float: left;
  margin-top: 37px;
  height: 33.33px;
  cursor: pointer;
}
body .main .section3 table .td1 {
  width: 629px;
  text-align: right;
}
body .main .section3 table .td1 .login_btn {
  width: 327px;
  height: 40px;
  background: #F7535F;
  font-size: 22px;
  cursor: pointer;
  color: #fff;
  margin-top: 47px;
  text-align: center;
}
body .main .section3 table .td2 {
  text-align: left;
  padding-left: 20px;
}
body .main .section3 table .td2 span {
  padding-left: 20px;
  background: url("/images/web/login1_06.png") 0 center no-repeat;
  font-size: 14px;
  color: #DF0316;
  height: 14px;
  line-height: 14px;
  display: none;
}
body .main .section3 table .td3 {
  padding-bottom: 25px;
}
body .main .section3 table .td4 {
  padding-top: 10px;
  font-size: 14px;
}
body .main .section3 table .td4 b {
  display: inline-block;
  height: 15px;
  border-right: 1px solid #7C8187;
  margin: 0 7px;
  position: relative;
  top: 3px;
}
body .main .section3 table .td4 a:hover {
  color: #DF0316;
}
